Action hook 'admin_post_{$action}'

in WP Core File wp-admin/admin-post.php at line 85

Description

Fires on an authenticated admin post request for the given action. The dynamic portion of the hook name, `$action`, refers to the given request action.

Occurrences

Filename Line Number
wp-admin/admin-post.php 85

PHP Doc

/**
		 * Fires on an authenticated admin post request for the given action.
		 *
		 * The dynamic portion of the hook name, `$action`, refers to the given
		 * request action.
		 *
		 * @since 2.6.0
		 */